home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Freeware 2001 May
/
SGI Freeware 2001 May - Disc 3.iso
/
dist
/
fw_openssl.idb
/
usr
/
freeware
/
lib
/
openssl
/
misc
/
c_hash
next >
Wrap
Text File
|
2001-01-10
|
119b
|
10 lines
#!/bin/sh
# print out the hash values
#
for i in $*
do
h=`openssl x509 -hash -noout -in $i`
echo "$h.0 => $i"
done